Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-39326 (GCVE-0-2023-39326)
Vulnerability from cvelistv5 – Published: 2023-12-06 16:27 – Updated: 2025-02-13 17:02- CWE-400 - Uncontrolled Resource Consumption
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | net/http/internal |
Affected:
0 , < 1.20.12
(semver)
Affected: 1.21.0-0 , < 1.21.5 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T18:02:06.808Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/64433"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/547335"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/http/internal",
"product": "net/http/internal",
"programRoutines": [
{
"name": "chunkedReader.beginChunk"
},
{
"name": "readChunkLine"
},
{
"name": "chunkedReader.Read"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.20.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.21.5",
"status": "affected",
"version": "1.21.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Bartek Nowotarski"
}
],
"descriptions": [
{
"lang": "en",
"value": "A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-01-20T04:06:26.754Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/64433"
},
{
"url": "https://go.dev/cl/547335"
},
{
"url": "https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/"
}
],
"title": "Denial of service via chunk extensions in net/http"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-39326",
"datePublished": "2023-12-06T16:27:53.832Z",
"dateReserved": "2023-07-27T17:05:55.188Z",
"dateUpdated": "2025-02-13T17:02:50.990Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-39326",
"date": "2026-06-21",
"epss": "0.01208",
"percentile": "0.64369"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.20.12\", \"matchCriteriaId\": \"17AC9A37-6678-490D-88C2-08DE6D37F16C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.21.0-0\", \"versionEndExcluding\": \"1.21.5\", \"matchCriteriaId\": \"F9B8295D-576D-410E-B65C-96DB303CBA5C\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.\"}, {\"lang\": \"es\", \"value\": \"Un remitente HTTP malicioso puede usar extensiones de fragmentos para hacer que un receptor que lea el cuerpo de una solicitud o respuesta lea muchos m\\u00e1s bytes de la red que los que hay en el cuerpo. Un cliente HTTP malicioso puede aprovechar esto a\\u00fan m\\u00e1s para hacer que un servidor lea autom\\u00e1ticamente una gran cantidad de datos (hasta aproximadamente 1 GiB) cuando un controlador no puede leer el cuerpo completo de una solicitud. Las extensiones fragmentadas son una caracter\\u00edstica HTTP poco utilizada que permite incluir metadatos adicionales en el cuerpo de una solicitud o respuesta enviada utilizando la codificaci\\u00f3n fragmentada. El lector de codificaci\\u00f3n fragmentada net/http descarta estos metadatos. Un remitente puede aprovechar esto insertando un segmento de metadatos grande con cada byte transferido. El lector de fragmentos ahora produce un error si la proporci\\u00f3n entre el cuerpo real y los bytes codificados es demasiado peque\\u00f1a.\"}]",
"id": "CVE-2023-39326",
"lastModified": "2024-11-21T08:15:09.890",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}]}",
"published": "2023-12-06T17:15:07.147",
"references": "[{\"url\": \"https://go.dev/cl/547335\", \"source\": \"security@golang.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/64433\", \"source\": \"security@golang.org\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\", \"source\": \"security@golang.org\", \"tags\": [\"Mailing List\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/\", \"source\": \"security@golang.org\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2382\", \"source\": \"security@golang.org\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://go.dev/cl/547335\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/64433\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2382\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-39326\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-12-06T17:15:07.147\",\"lastModified\":\"2024-11-21T08:15:09.890\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.\"},{\"lang\":\"es\",\"value\":\"Un remitente HTTP malicioso puede usar extensiones de fragmentos para hacer que un receptor que lea el cuerpo de una solicitud o respuesta lea muchos m\u00e1s bytes de la red que los que hay en el cuerpo. Un cliente HTTP malicioso puede aprovechar esto a\u00fan m\u00e1s para hacer que un servidor lea autom\u00e1ticamente una gran cantidad de datos (hasta aproximadamente 1 GiB) cuando un controlador no puede leer el cuerpo completo de una solicitud. Las extensiones fragmentadas son una caracter\u00edstica HTTP poco utilizada que permite incluir metadatos adicionales en el cuerpo de una solicitud o respuesta enviada utilizando la codificaci\u00f3n fragmentada. El lector de codificaci\u00f3n fragmentada net/http descarta estos metadatos. Un remitente puede aprovechar esto insertando un segmento de metadatos grande con cada byte transferido. El lector de fragmentos ahora produce un error si la proporci\u00f3n entre el cuerpo real y los bytes codificados es demasiado peque\u00f1a.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.20.12\",\"matchCriteriaId\":\"17AC9A37-6678-490D-88C2-08DE6D37F16C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.21.0-0\",\"versionEndExcluding\":\"1.21.5\",\"matchCriteriaId\":\"F9B8295D-576D-410E-B65C-96DB303CBA5C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/547335\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/64433\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2382\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/547335\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/64433\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2382\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}"
}
}
RHSA-2024:3467
Vulnerability from csaf_redhat - Published: 2024-05-29 13:33 - Updated: 2026-06-21 19:28A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2022-41723. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2021-44716. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for etcd is now available for Red Hat OpenStack Platform 16.1\n(Train) on Red Hat Enterprise Linux (RHEL) 8.\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": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform\n(CVE-2024-4438)\n\n* Incomplete fix for CVE-2021-44716 in OpenStack Platform (CVE-2024-4437)\n\n* Incomplete fix for CVE-2022-41723 in OpenStack Platform (CVE-2024-4436)\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:3467",
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2279357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279357"
},
{
"category": "external",
"summary": "2279361",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279361"
},
{
"category": "external",
"summary": "2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3467.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1 (etcd) security update",
"tracking": {
"current_release_date": "2026-06-21T19:28:44+00:00",
"generator": {
"date": "2026-06-21T19:28:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2024:3467",
"initial_release_date": "2024-05-29T13:33:38+00:00",
"revision_history": [
{
"date": "2024-05-29T13:33:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-29T13:33:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-21T19:28:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.1",
"product": {
"name": "Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-16.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-16.el8ost.src",
"product_id": "etcd-0:3.3.23-16.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-16.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-16.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-16.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-16.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-16.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-16.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-16.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-16.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-16.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-16.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-16.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-16.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-16.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-16.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-16.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-16.el8ost?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-16.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-16.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-16.el8ost.src as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-16.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-16.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-16.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-16.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-16.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-16.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-16.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.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-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-4436",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279357"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2022-41723. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2022-41723 in OpenStack Platform",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat OpenStack 17.1 is not affected by this CVE as it wasn\u0027t affected by the original vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4436"
},
{
"category": "external",
"summary": "RHBZ#2279357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279357"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4436",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4436"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4436",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4436"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "etcd: Incomplete fix for CVE-2022-41723 in OpenStack Platform"
},
{
"cve": "CVE-2024-4437",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279361"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2021-44716. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2021-44716 in OpenStack Platform",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat OpenStack 17.1 is not affected by this CVE as it wasn\u0027t affected by the original vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4437"
},
{
"category": "external",
"summary": "RHBZ#2279361",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279361"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4437",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4437"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4437",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4437"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Incomplete fix for CVE-2021-44716 in OpenStack Platform"
},
{
"cve": "CVE-2024-4438",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279365"
}
],
"notes": [
{
"category": "description",
"text": "The etcd package distributed with the Red Hat OpenStack platform has an incomplete fix for CVE-2023-39325/CVE-2023-44487, known as Rapid Reset. This issue occurs because the etcd package in the Red Hat OpenStack platform is using http://golang.org/x/net/http2 instead of the one provided by Red Hat Enterprise Linux versions, meaning it should be updated at compile time instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4438"
},
{
"category": "external",
"summary": "RHBZ#2279365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4438",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4438"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4438"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T13:33:38+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3467"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-16.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-16.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Incomplete fix for CVE-2023-39325/CVE-2023-44487 in OpenStack Platform"
}
]
}
RHSA-2024:3479
Vulnerability from csaf_redhat - Published: 2024-05-29 21:39 - Updated: 2026-06-21 19:28A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path "/" with an asterisk "*".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_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": "Updated container images are now available for director Operator for Red Hat OpenStack Platform 16.2 (Train) for RHEL 8.4.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenStack Platform provides the facilities for building, deploying and monitoring a private or public infrastructure-as-a-service (IaaS) cloud running on commonly available physical hardware.\n\nThe Red Hat OpenStack Platform (RHOSP) director Operator adds the ability to install and run a RHOSP cloud within OpenShift Container Platform (OCP).\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption\nvia HTTP requests (CVE-2023-39326)\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: x/crypto/ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* goproxy: Denial of service (DoS) via unspecified vectors (CVE-2023-37788)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:3479",
"url": "https://access.redhat.com/errata/RHSA-2024:3479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "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_3479.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 director Operator container images security update",
"tracking": {
"current_release_date": "2026-06-21T19:28:41+00:00",
"generator": {
"date": "2026-06-21T19:28:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2024:3479",
"initial_release_date": "2024-05-29T21:39:50+00:00",
"revision_history": [
{
"date": "2024-05-29T21:39:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-29T21:39:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-21T19:28:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.2",
"product": {
"name": "Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"product": {
"name": "rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"product_id": "rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-agent\u0026tag=1.3.0-14"
}
}
},
{
"category": "product_version",
"name": "rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"product": {
"name": "rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"product_id": "rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-downloader\u0026tag=1.3.0-14"
}
}
},
{
"category": "product_version",
"name": "rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"product": {
"name": "rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"product_id": "rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-operator-bundle\u0026tag=1.3.0-26"
}
}
},
{
"category": "product_version",
"name": "rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64",
"product": {
"name": "rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64",
"product_id": "rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-operator\u0026tag=1.3.0-12"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64"
},
"product_reference": "rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64"
},
"product_reference": "rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64"
},
"product_reference": "rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
},
"product_reference": "rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-37788",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-07-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2224245"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path \"/\" with an asterisk \"*\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goproxy: Denial of service (DoS) via unspecified vectors.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Goproxy is only susceptible to this vulnerability when used in MITM (Man In The Middle) mode. This use case is not relevant to any Red Hat products, so the impact is 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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37788"
},
{
"category": "external",
"summary": "RHBZ#2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-4r8x-2p26-976p",
"url": "https://github.com/advisories/GHSA-4r8x-2p26-976p"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/issues/502",
"url": "https://github.com/elazarl/goproxy/issues/502"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/pull/507",
"url": "https://github.com/elazarl/goproxy/pull/507"
}
],
"release_date": "2023-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T21:39:50+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog: https://catalog.redhat.com/software/containers/search",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "goproxy: Denial of service (DoS) via unspecified vectors."
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T21:39:50+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog: https://catalog.redhat.com/software/containers/search",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3479"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_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-29T21:39:50+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog: https://catalog.redhat.com/software/containers/search",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3479"
},
{
"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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-29T21:39:50+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog: https://catalog.redhat.com/software/containers/search",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3479"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:208964ef9bcf8c13927cae361afeb662352c84398ccef242888e98aa2ea0dff2_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:1e024aa8e0fc1890570889c6bab1029c81d1798f7d8a7f81db777358b5d58b93_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:08f5e94b61fe27680d24a73e1d2634903a5ccbb9fdcee6c9fdbbadb10480fc74_amd64",
"8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:9af72e35dd05b041d79c60c031906e7fd56e8e1a6690374f3036320a6bbd3cd2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
RHSA-2024:3868
Vulnerability from csaf_redhat - Published: 2024-06-17 00:43 - Updated: 2026-06-22 07:53A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the NPM IP Package. This flaw allows an attacker to perform arbitrary code execution and obtain sensitive information via the isPublic() function by inducing a Server-Side Request Forgery (SSRF) attack and obtaining access to normally inaccessible resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Network Observability 1.6 for Red Hat OpenShift\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": "Network Observability 1.6.0\n\nSecurity Fix(es):\n\n* CVE-2024-29180 webpack-dev-middleware: lack of URL validation may lead to file leak\n* CVE-2024-24786 golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON\n* CVE-2023-42282 nodejs-ip: arbitrary code execution via the isPublic() function\n* CVE-2023-39326 golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests\n* CVE-2024-28849 follow-redirects: Possible credential leak\n* CVE-2024-24783 golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm\n* CVE-2023-45289 golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect\n* CVE-2023-45290 golang: net/http: memory exhaustion in Request.ParseMultipartForm\n* CVE-2024-24785 golang: html/template: errors returned from MarshalJSON methods may break template escaping\n* CVE-2024-29041 express: cause malformed URLs to be evaluated [noo-1]\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted 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:3868",
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2265161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265161"
},
{
"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": "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": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "NETOBSERV-1279",
"url": "https://issues.redhat.com/browse/NETOBSERV-1279"
},
{
"category": "external",
"summary": "NETOBSERV-1408",
"url": "https://issues.redhat.com/browse/NETOBSERV-1408"
},
{
"category": "external",
"summary": "NETOBSERV-1424",
"url": "https://issues.redhat.com/browse/NETOBSERV-1424"
},
{
"category": "external",
"summary": "NETOBSERV-1453",
"url": "https://issues.redhat.com/browse/NETOBSERV-1453"
},
{
"category": "external",
"summary": "NETOBSERV-1459",
"url": "https://issues.redhat.com/browse/NETOBSERV-1459"
},
{
"category": "external",
"summary": "NETOBSERV-1462",
"url": "https://issues.redhat.com/browse/NETOBSERV-1462"
},
{
"category": "external",
"summary": "NETOBSERV-1544",
"url": "https://issues.redhat.com/browse/NETOBSERV-1544"
},
{
"category": "external",
"summary": "NETOBSERV-1598",
"url": "https://issues.redhat.com/browse/NETOBSERV-1598"
},
{
"category": "external",
"summary": "NETOBSERV-1606",
"url": "https://issues.redhat.com/browse/NETOBSERV-1606"
},
{
"category": "external",
"summary": "NETOBSERV-1607",
"url": "https://issues.redhat.com/browse/NETOBSERV-1607"
},
{
"category": "external",
"summary": "NETOBSERV-1621",
"url": "https://issues.redhat.com/browse/NETOBSERV-1621"
},
{
"category": "external",
"summary": "NETOBSERV-1630",
"url": "https://issues.redhat.com/browse/NETOBSERV-1630"
},
{
"category": "external",
"summary": "NETOBSERV-1647",
"url": "https://issues.redhat.com/browse/NETOBSERV-1647"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3868.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.6.0 for OpenShift",
"tracking": {
"current_release_date": "2026-06-22T07:53:29+00:00",
"generator": {
"date": "2026-06-22T07:53:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2024:3868",
"initial_release_date": "2024-06-17T00:43:37+00:00",
"revision_history": [
{
"date": "2024-06-17T00:43:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-17T00:43:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-22T07:53:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NETOBSERV 1.6 for RHEL 9",
"product": {
"name": "NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.6.0::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product_id": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product_id": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-42282",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2024-02-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2265161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the NPM IP Package. This flaw allows an attacker to perform arbitrary code execution and obtain sensitive information via the isPublic() function by inducing a Server-Side Request Forgery (SSRF) attack and obtaining access to normally inaccessible resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ip: arbitrary code execution via the isPublic() function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It appears that npm does not utilize the bundled code therefore Red Hat Enterprise Linux is not affected by this vulnerability.\n\nWhile the vulnerability in the NPM IP Package presents a significant security concern, it\u0027s categorized as important rather than critical due to several factors. Firstly, the misclassification of the private IP address 0x7f.1 as public by the isPublic() function does not directly lead to remote code execution or unauthorized access to critical systems. Instead, it facilitates SSRF attacks, which typically require additional conditions to fully exploit, such as the ability to influence server-side requests and responses. Additionally, the impact of SSRF attacks can vary depending on the specific environment and configuration of the affected system. While SSRF attacks can potentially lead to data exposure, service disruption, or lateral movement within a network, their severity is often mitigated by factors such as network segmentation, access controls, and the availability of sensitive resources.\n\nRed Hat Developer Hub contains a fix in 1.1-91 version.",
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-42282"
},
{
"category": "external",
"summary": "RHBZ#2265161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42282"
},
{
"category": "external",
"summary": "https://cosmosofcyberspace.github.io/npm_ip_cve/npm_ip_cve.html",
"url": "https://cosmosofcyberspace.github.io/npm_ip_cve/npm_ip_cve.html"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs-ip: arbitrary code execution via the isPublic() function"
},
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"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-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"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-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"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-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"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-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"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-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
RHSA-2024_0269
Vulnerability from csaf_redhat - Published: 2024-02-28 00:20 - Updated: 2024-12-18 05:01A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0269",
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-25123",
"url": "https://issues.redhat.com/browse/OCPBUGS-25123"
},
{
"category": "external",
"summary": "WRKLDS-897",
"url": "https://issues.redhat.com/browse/WRKLDS-897"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0269.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.1.0 for RHEL 9",
"tracking": {
"current_release_date": "2024-12-18T05:01:28+00:00",
"generator": {
"date": "2024-12-18T05:01:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0269",
"initial_release_date": "2024-02-28T00:20:04+00:00",
"revision_history": [
{
"date": "2024-02-28T00:20:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-28T00:20:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T05:01:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.1 for RHEL 9",
"product": {
"name": "RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.1-4"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9-operator\u0026tag=v1.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 as a component of RODOO 1.1 for RHEL 9",
"product_id": "9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T00:20:04+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0269"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024_0281
Vulnerability from csaf_redhat - Published: 2024-03-06 14:39 - Updated: 2024-12-17 22:32A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9\n\nAn update for secondary-scheduler-operator-bundle-container and secondary-scheduler-operator-container is now available for OSSO-1.2.1-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Secondary Scheduler Operator for Red Hat OpenShift is an optional\noperator that makes it possible to deploy a secondary scheduler by\nproviding a scheduler image. You can run a scheduler with custom\nplugins without applying additional manifests, such as cluster roles\nand deployments.\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0281",
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "OCPBUGS-23328",
"url": "https://issues.redhat.com/browse/OCPBUGS-23328"
},
{
"category": "external",
"summary": "OCPBUGS-25130",
"url": "https://issues.redhat.com/browse/OCPBUGS-25130"
},
{
"category": "external",
"summary": "OCPBUGS-28584",
"url": "https://issues.redhat.com/browse/OCPBUGS-28584"
},
{
"category": "external",
"summary": "WRKLDS-899",
"url": "https://issues.redhat.com/browse/WRKLDS-899"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0281.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.2.1 for RHEL 9",
"tracking": {
"current_release_date": "2024-12-17T22:32:21+00:00",
"generator": {
"date": "2024-12-17T22:32:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0281",
"initial_release_date": "2024-03-06T14:39:54+00:00",
"revision_history": [
{
"date": "2024-03-06T14:39:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T14:39:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:32:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.2 for RHEL 9",
"product": {
"name": "OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.2-19"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator\u0026tag=v1.2-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 as a component of OSSO 1.2 for RHEL 9",
"product_id": "9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64",
"relates_to_product_reference": "9Base-OSSO-1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T14:39:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0281"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64",
"9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
}
]
}
RHSA-2024_0530
Vulnerability from csaf_redhat - Published: 2024-01-25 18:10 - Updated: 2024-12-17 22:31A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_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* parsson: Denial of Service due to large number parsing (CVE-2023-4043)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\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:0530",
"url": "https://access.redhat.com/errata/RHSA-2024:0530"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0530.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat security update",
"tracking": {
"current_release_date": "2024-12-17T22:31:42+00:00",
"generator": {
"date": "2024-12-17T22:31:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0530",
"initial_release_date": "2024-01-25T18:10:36+00:00",
"revision_history": [
{
"date": "2024-01-25T18:10:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-01-25T18:10:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:31:42+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:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.4.0-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.4.0-3"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.4.0-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4043",
"cwe": {
"id": "CWE-834",
"name": "Excessive Iteration"
},
"discovery_date": "2023-12-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254594"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson library when processing untrusted source content. This issue may cause a Denial of Service (DoS) due to built-in support for parsing numbers with a large scale, and some cases where processing a large number may take much more time than expected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parsson: Denial of Service due to large number parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as an important impact since one needs to process untrusted and if there is no sanitization a Denial of Service (DoS) may happen.",
"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:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4043"
},
{
"category": "external",
"summary": "RHBZ#2254594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4043"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-25T18:10:36+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:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0530"
},
{
"category": "workaround",
"details": "Avoid processing untrusted sources content in order to minimize the chance for Denial of Service attack.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_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:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "parsson: Denial of Service due to large number parsing"
},
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-25T18:10:36+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:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0530"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:3dfe913cbfc5aa0ec61d4273b4be518c28ac27f793b771106213cbec7bd33191_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ee17ca52bd8d4184c5d0b938ef2954997b7dff60158663ffc9f7a21814bd4c9a_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:34b69e9d113e5c4f66a9d11dba0a32e995b971cdaf8385c5fe793b97e2ebc12b_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:6648c9a1cef7c671209875b0d70cf64cd642c063a0dc925a42a24b839864d606_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:051fabe2bbda1c99fbaa07100f14784df477074797322c68b4f9e5d690728580_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:a7ab8268a14b99b718cd4146b6ecd10b7f50b44a7a317a59206792ba07cc0463_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:586da55705c6edf6003acf65cb9ef90706941436e51e3999d57defcb266d89b6_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:d8003a6fa8936db8577a9509440beb5bc2a2524cee0f60b6f3f6b099f1151563_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:0ad68b37907dd3f36739a64b7251a65c441465a8e4523a9f348e9b5a223c2873_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:12f582e13a67d70b5c1a2c700a8f1b431dfa327b369b8d52321db5a89fdf9f03_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:39b03d257bb1b5bcf041f90b421dfbf4c3f67ad0a1245df84d85675d94b67c82_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:94c0642a73d2f49d855a577c6ea91953e9a36424ee2af91584aa964622fbc925_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
}
]
}
RHSA-2024_0694
Vulnerability from csaf_redhat - Published: 2024-02-07 18:45 - Updated: 2024-12-17 22:32A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_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": "Logging Subsystem 5.7.11 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Logging Subsystem 5.7.11 - Red Hat OpenShift\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\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:0694",
"url": "https://access.redhat.com/errata/RHSA-2024:0694"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "LOG-4968",
"url": "https://issues.redhat.com/browse/LOG-4968"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0694.json"
}
],
"title": "Red Hat Security Advisory: Logging Subsystem 5.7.11 - Red Hat OpenShift",
"tracking": {
"current_release_date": "2024-12-17T22:32:56+00:00",
"generator": {
"date": "2024-12-17T22:32:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0694",
"initial_release_date": "2024-02-07T18:45:43+00:00",
"revision_history": [
{
"date": "2024-02-07T18:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-07T18:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:32:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.7 for RHEL 8",
"product": {
"name": "RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.7::el8"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.7.11-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.7.11-26"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.7.11-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"product": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.7.11-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-466"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-208"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-458"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-398"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-221"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-211"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-425"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"product_id": "openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.28.1-54"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.7.11-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.7.11-26"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.7.11-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-201"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.7.11-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.7.11-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-466"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-208"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-458"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-398"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-221"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-211"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-425"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64",
"product_id": "openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.28.1-54"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.7.11-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.7.11-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-201"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.7.11-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.7.11-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-466"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-208"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-458"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-398"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-221"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"product_id": "openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-211"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"product_id": "openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-425"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"product_id": "openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.28.1-54"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.7.11-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.7.11-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-201"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.7.11-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.7.11-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-466"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-208"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-458"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-398"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-221"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"product_id": "openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-211"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"product_id": "openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-425"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"product_id": "openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.28.1-54"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.7.11-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.7.11-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-201"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64"
},
"product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64 as a component of RHOL 5.7 for RHEL 8",
"product_id": "8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64",
"relates_to_product_reference": "8Base-RHOL-5.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64"
],
"known_not_affected": [
"8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T18:45:43+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-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0694"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_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": [
"8Base-RHOL-5.7:openshift-logging/cluster-logging-operator-bundle@sha256:57bac6d1c8adf6395831d689d068e213ad6642e2a31e97c7a008ebcd436b052e_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:5db1d1beba162705150d693e154ca4e016810e9e01d5286da64730c0b4a8e405_amd64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:92366f9c7d6606dd01ad6b4a1fc4af1b53df81ae4fcc598ae61198de682a6663_s390x",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:c647c98954c50546c5e011e90e68f738f052333ae4c070a1afcf6cf6454a5d52_arm64",
"8Base-RHOL-5.7:openshift-logging/cluster-logging-rhel8-operator@sha256:e31686d4d84f746db23c439d1af8cf59d8e35f387e596af590bbb96e09f7e88b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-operator-bundle@sha256:4cde2750900bdb3ce183f1b6303da9b741ffad23f37609b8a20a7cd74e101de6_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:7b1f36ca9e664817ef85cddf8edbc222eab2c932de09bffef439f93ea36bf5a3_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:964cd8176522cc41b2ac26992e81da35aa2bf54be0690ff14643ea3726fb451b_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:d44e7783c3eff22aa5eca981013336925e6f21cdc931bc22b826e28825ff9f18_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-proxy-rhel8@sha256:ef578edda1a905c71e67481937ae272147d86b065a41d8bb94ba5b0cf6a3cf03_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:27192d0a67acd55d457548a198f94339460731234c0dd2c723f6ebe132607402_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:a5209b13fff371044471598deddf0f25153c754a8dbfd9a1569613edda2a9697_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:bd8cc9571f6d2bd92b5c27ef50dc3b47fa1d9efaba0ebba3023c5fc2704fb250_ppc64le",
"8Base-RHOL-5.7:openshift-logging/elasticsearch-rhel8-operator@sha256:c282047690e6405f3c2faf0d543fd7f4703eed608823d9fb0f132d3d404d19d1_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:12001f4b8ea48f225dd8d349af113946bf88ab6a41a27471a023ba1ed2b48548_arm64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:a2f174857a15ab37bbb5430492603cb1e35707e0798a37f352a6dfc20f291e5e_s390x",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:cd5dacdb9acb3ab8eeb1141e47bf85dd0c198aafbc3fb9893e0599295297c45f_amd64",
"8Base-RHOL-5.7:openshift-logging/elasticsearch6-rhel8@sha256:d588365b9c1822e00888a9ceee6ebe20a3b865959cc8c935265a098f65bdd282_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:145426e573f67ae25606639f4f7bd565a47d59a3f5a5af7054f09383fd8371ab_amd64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:374485b024c738fe206be08ea0a5ec2ea4edde5154a472c867c3a951f73f65bc_arm64",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:9ac84cce893f0efb4833278ac6c50950e5841180c9a1db73e0e1186df412788d_ppc64le",
"8Base-RHOL-5.7:openshift-logging/eventrouter-rhel8@sha256:bf87a3a3ccfc1bd074d4e8e749be07587841a99c97b72b6f71af78b13bd6f77b_s390x",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:0bf141709d11fbe54633cd427edfc4927069be33a3a671c1f90ea14981608576_ppc64le",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:1d22b7726d80c6c7d0984a62789a9f9984be9ebb51997a5758755ea8fede86bf_arm64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:db34dafe1c4cab4004128ad873cb9e8b69d0252c338d4f4bee3841434cb48c79_amd64",
"8Base-RHOL-5.7:openshift-logging/fluentd-rhel8@sha256:ff14c7198f0e0abe3e93ce7970b3dbd6e674fec6f2772a8b8ac77c65656f3c7e_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:328a740fee92bd4db54b33851bcdc93d182d1bd5e902e3d0ef95ceb39ac1c422_s390x",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:f47eabe33c545a3346a7366c0a7ddfd1901c482846550e9c40062372ed568ae7_arm64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:fc763b948933e00096c5a7d8661e603a3eca431f9a69e7449fc0aacaeb34813a_amd64",
"8Base-RHOL-5.7:openshift-logging/kibana6-rhel8@sha256:ffd4e95bb08ab86ad8237e8faee564eb31ffda4746d25df56880af30ade50931_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:255eda586dfec1b3c2115e209e30c41bfaa5265296ad41df42af207149b761dd_arm64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:359013c2769ed4decd9091648bf89fff988bceb6ca92e71e6c8a0c0aef7a9f53_ppc64le",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:53e0a0262771abdd94c1e64f635140a61726607266862594e9cf813ba47c7c67_amd64",
"8Base-RHOL-5.7:openshift-logging/log-file-metric-exporter-rhel8@sha256:625f0b40c308f0eb2d11ad4d4b2cf54cda3070464c326031130c8452eb94546d_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:53793dc542692baca6ec99262dc2f87816e280ea6b1aded4a98dfd155eefddc8_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:939d4437b5994799594848e23220b04ce2f5c34be90fc60a854d883eed4af197_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:dd3e05dd8f0e974dfe7838b214ba8528176e32bc29ecf89cebcde9865f079708_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-curator5-rhel8@sha256:fd8df632e9cbe5f04026d53fa6cffce94ecb9aa576695a6c07dc33330539ba82_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:1a287f7a670b0549eb705f6111bc75ddd7b1b42f76e72e4fba5cfe1b507b8f5e_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:3fe6e963deb5d6e1197cb1678c8080e513fe6a4908ce9d039a72c91912e63a66_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:4018115dc2281e89c5c6196974c2ac3424b5e1e911e5a241a422ccf2f02b4d7e_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-loki-rhel8@sha256:aa2fe367d445d7ae243484b3a295164bb9b5b293bc21f014ea028beefb12713c_arm64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:146282786935c2fb55b1ae29953a47c048da09938f83ec6fa9a0f794ef51d856_s390x",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:368cc8b5c0730dc3250bab7a62fadb222ac2f0633085f1b8b4eb58d91ee55e3b_ppc64le",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:59aa94ea3e5b98d97d4ecff01d39b8a9cb502898dd12d5f670a739a6e673cd5d_amd64",
"8Base-RHOL-5.7:openshift-logging/logging-view-plugin-rhel8@sha256:8ef4043821b65a52afb447de00236a8e3f4cf35551d28a6900e1ff017594ed7c_arm64",
"8Base-RHOL-5.7:openshift-logging/loki-operator-bundle@sha256:69ca694d246a99de01ae5052595ec990213a08aa2b4fb4bde73b5dba0ea7f4ac_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:1e3df16827551bf284967099c8aa1bb461fcc774f0e841e7f033f09870c28202_ppc64le",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:2fa4eed023c26d9cf7963250839e067b22e1f374d67cd9bd9df72996e6c84f53_amd64",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:4b4a6b2457b4688f8e3e2b91cf6479edcc4d7c5aed04b677d75fd5b00ca783c3_s390x",
"8Base-RHOL-5.7:openshift-logging/loki-rhel8-operator@sha256:b4f662e7e19cea792f2928636b053879e02eacf68aab0bc79c98df6eb7ab6e1d_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:031117df1d39d2dc4993008bdac2fa55842261f6cb40e125e4a1aa2de7fe7296_s390x",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:0d28a0550396e9bd0fbaed0a68c71c1dca002f9cf9ab7a9c724519d2344eeb66_ppc64le",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:2ca336596ce51aa788fe59f0bd9275f5c8b4aefeb57e7e0cc115a30e6aa2c81b_arm64",
"8Base-RHOL-5.7:openshift-logging/lokistack-gateway-rhel8@sha256:be11956803979052350e3de5a32bd8553fa470c7e484fab658be4499d2c34082_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:4e7eaed2c89c1cd5dcd95519e9f3b03e57514eec9c564384fef83d2a9fe359dc_amd64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5e5359bd2a8af2aea6a95efaff964391fd2fbf436f9a8ff63dcb0be58f3dbd44_arm64",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:5fb929029f3b7907dbe1aae13fc82a01fdc1a7ed3cc65376cf059c77e4abdd67_ppc64le",
"8Base-RHOL-5.7:openshift-logging/opa-openshift-rhel8@sha256:dab6bde4d4905d4eec2fcab031af5553e855e4c02066999ed78b1fb77de00604_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:6b8d9f9f113894cb4ebfb8272a19e9ef49a1a10cb6a9f50175da4b502694ed3c_s390x",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:744916d18a7255b07741b60b2328489c9631afe6722aef49c7c8d2db2ea14a64_amd64",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e2e8f080ecffabe67ed3c9444a8685b6cd60ac759cef7929c503058d88f1f643_ppc64le",
"8Base-RHOL-5.7:openshift-logging/vector-rhel8@sha256:e3cc461549b1fa672c79e8e4ecdb6b2f3809f797b6596b79df61067e79ff99d8_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
}
]
}
RHSA-2024_0695
Vulnerability from csaf_redhat - Published: 2024-02-07 22:50 - Updated: 2024-12-17 22:33A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Logging 5.6.16 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Logging 5.6.16 - Red Hat OpenShift\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\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:0695",
"url": "https://access.redhat.com/errata/RHSA-2024:0695"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "LOG-4967",
"url": "https://issues.redhat.com/browse/LOG-4967"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0695.json"
}
],
"title": "Red Hat Security Advisory: Logging 5.6.16 - Red Hat OpenShift",
"tracking": {
"current_release_date": "2024-12-17T22:33:40+00:00",
"generator": {
"date": "2024-12-17T22:33:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0695",
"initial_release_date": "2024-02-07T22:50:22+00:00",
"revision_history": [
{
"date": "2024-02-07T22:50:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-07T22:50:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:33:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.6 for RHEL 8",
"product": {
"name": "RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.6::el8"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.16-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.6.16-14"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.16-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"product": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.6.16-11"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-467"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-207"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-397"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-220"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-210"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-424"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64",
"product_id": "openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-125"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.16-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.6.16-25"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.16-11"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-456"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-200"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.16-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.16-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-467"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-207"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-397"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-220"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"product_id": "openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-210"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"product_id": "openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-424"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"product_id": "openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-125"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.16-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.16-11"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-456"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-200"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.16-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.16-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-467"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-207"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-397"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-220"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"product_id": "openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-210"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"product_id": "openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-424"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"product_id": "openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-125"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.16-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.16-11"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-456"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-200"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.16-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.16-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-467"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-207"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-457"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-397"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-220"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-210"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-424"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.9.4-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"product_id": "openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-125"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.16-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.16-11"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-456"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-200"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64"
},
"product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"relates_to_product_reference": "8Base-RHOL-5.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64 as a component of RHOL 5.6 for RHEL 8",
"product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64",
"relates_to_product_reference": "8Base-RHOL-5.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-07T22:50:22+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0695"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_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-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:edd7c2c4d72c2ffd1905e640eecd67b39dc0e8b4ae8627f08dacc5273172dd80_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:09d162d94c6ea7d95924b0cdc38c93f227084171259bfda676828ea66ac50fbd_s390x",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:2e60e8ce9a3e8f00e80b550906241e1b9bfe25e028b474e4ee6a311ad0364451_amd64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:7a5955b5831371a6e88a3d1eae8445cb69921ea96a23774cb42e700ac57f546b_arm64",
"8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:96ca23328dd2487ddb86f64535ab8a13df61bff2b2c3c53a7b2dd24fa2097802_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:222dc97a66da5a403062716317a91ac9bf4e614a95e12c224abef077f05ac9ea_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:0870ada19aa90a4d4aa485193d6cb3823fac688488d970acabe489d4b40ad9de_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:507bf73e22962a1f016dc5d3222743a28b302ca62a389e3367dc8b28a9492390_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e7b3655b81bb8e89f3cbf713c652c0ae9824e0518a71379e11a514e461257743_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f88432037fe9d93068ef3fb89191c248a2656fd2bd028613b6706a260e1d556e_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:9895e52efc12e8c119f0546413bb5d6b2eb3c4f00428df4e3b712d568c463034_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b229c04cf6b9ac2967aa78f949e36df6c23c8f01d9cda03f467539944c216559_ppc64le",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:c963696c3d048fc9de3968f6bbec2dc47788a9ec44afa53b62db5c9a0148c140_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:caf95d55e705ffcefa3387822ef0ca0c102e0c4b8c5ac7e7527559822f25a1c8_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:0116421b2debc8d42d59e755fdaf0fa7954fbceec5572681b0d7a7ed040a95a7_amd64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:2d6d3ff065acedfaf8f240a0640eec6dfdafcbd90e9d141ca280e913259f87c0_arm64",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:b703a0a0912b7956dbe02da4b6f31ee372b20f94244ed7b8b8ce260dc3833567_s390x",
"8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:cf3780141ded99fa44e3aa170ae930ce0c2a7efc6d20e85ddf28943728ef6b40_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:264b9bf82da7a09cb3ba0c291276b6c86957598fbc838b0fabc677a8d0c2c664_s390x",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:542ed6049ce4f6bc7bfe5587d16dccd2f7f1bd7ea049eccc1f8dcb8fb0d8c445_ppc64le",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c4aff891e72e4ff2518d0af6d689fa58a7a493f772d7b9deb19b605930826095_arm64",
"8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c7f4779c7df421415880a8ad13953e309dced0e107e952b27ecbc65fd76de546_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3d65c73a546b7a1eda2222553286590a38621739c87a45c11896a08891ff8e4f_s390x",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:a08a6b780e49a49ccb8c97c147a7415187cf04a7b87063eedb8d457553de602d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:e5d6949296a00ffe492757c5f9efeae7f323b7090d9b88da799d588cd3f55259_amd64",
"8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f13e43d2308755734cc811452d0542ef1e516334e8b64d1a208bfe34baed28b6_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:46bd56f6bcb579aaafbb7d55e176e708204e233c278d6e1b04c82950f8e449da_arm64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:4939034e2900cbbcc92a46b3045e5dc93ae18672b0a1584e384ee2c2121b6713_amd64",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:8774a857b7496adbd97e63521aeb717714b1c24e4f27f53833333fd25fb3f405_ppc64le",
"8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:9150f86ff9ff36b88ee8ee89fbc65d985dc7d078fc8b19d190e929e23aa58f45_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:26486a663cca3e38b2dbe822ed63cc78e870bc578319fa05fb20cb8e2244e45d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:74e3cacedb6f7e7a32ebff3415b5e9c9ac39b920ab77e8864a0b9f07babaada8_arm64",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:87334ce27676c430b4765d73b2ff9a4176efdb36ba5721e36fb55ef673a78b3b_s390x",
"8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6df8796b7c16a1484047db2381dbe192730799724f7ce82249e6a399b6f4f77_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:0c0b511229f070cacd5c814a88f1b92588cb6a78d78f2b733c7453daa3a4112b_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:16299c9f9bd542d62f8e58b17fc808e75dde637491d94f81784d5951904a13a6_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:9ad846d83819dff7e534b711fb10d465dec6eb3fe2a004d64ea7df3148ef3c26_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:cf29687e43d4779e549f7d8d499307b3ba21ccf4cc946155de13b0a177f64d5b_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:23e4bbf44c40f7884337a92eb85ce9610c7bcb513cef84cb78c8daa1f63a608a_s390x",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:c960d74ca5a67e7d96161e11b7f02ad03ae9a9d4449885ef30f6589c3119a0db_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:e239c98e289d25f4e3da332d31777b06c367f21fcd126999dc8b2af8e984a63a_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:f509aac0abd2d7c4a122a6570addf776f51eb28ba88810217199e722106bbe74_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:4fa453db8b06be7bc7ce0bf40a2cdbfcdc3c4b870caa5bc8453a90baa85be002_amd64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:8e0406b764036ddca962a3adb41ba060a5da835418e0fb2b77d056bcb2312776_arm64",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:adbe5f973d2fcd40db5e45d3ff548a0c5af47cdb62cc32578b109b05f000847c_ppc64le",
"8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:fd7f325b9f62d892430b7af86ad9d6cda7128f60673cf24d7a23b7bf96d81ebf_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:8a055214be2cea8ff6a8de75dd97b5d9bc1ffe32db449b911433afdf9bfa69d4_amd64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:2c244c57593c6def235b4d56537008c3dc40bdcf69a8ce737169b3ded70b2a87_arm64",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:7ae5c06c24323cd59f14e96f9b473619b831146db67e74855b2527ae81f787ea_s390x",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:8bd1dd220555c752cb982cbf2c835b1bb28fff8eb6a5d7269ad7de935263f11d_ppc64le",
"8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:f408d923479b86c5af2139f0354441f912865a5dd140b17f8c9eebf9c2067ebe_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:4fbce7be41454b92475ad7f796060280b557d1c3d9779c4f1eb40ac7c3834e30_amd64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:5afbdb16d60c422e59948bf581e1ead31f5ae7b7edc67f328b8ca8739d8ba9f9_s390x",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:72bd8811186893f25f758f19ef34dfef3378279d47ebf539fc3c9b247da6620a_arm64",
"8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:cfe7bd28a06f708772e80517ab2cb4212fb2d214eda2725a08ced0aa4ae2b045_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:128cb8bf00dfa1c2df0b3112543b84f90c88e3f0306566d5176a4310cd59eaf4_ppc64le",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:985c83b235ee6527463c2619ef8e8bedbbb63c68070f242a32e5211a820c8614_amd64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:a7cd1476e6fcfce939c9aff5cf70cd27243aa78c8e3645bf716a4a74b28865a3_arm64",
"8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e60f2c2a00cb0ce1b03f6e4c755f1c630d0eadec7754464a5211b1b07d4a61e3_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:23173fb7fc947cd81c359579b6d774b206b4625e1bd17fe8a625c0e6e1d26ee1_ppc64le",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:253bf3c34d055b3099531c9d092cf8aaee67ad7a1c00f0e406b1b58406afd493_arm64",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:63452b663c5a2a2e14759c18da22674c7bb991d0b848958d1a2dc51ab9559616_s390x",
"8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:df388c37782dbf0ff523cbdfa2bd51a3bbbb9c93a503500cb329862ccd9376ed_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
}
]
}
RHSA-2024_0728
Vulnerability from csaf_redhat - Published: 2024-02-08 17:27 - Updated: 2024-12-17 22:34A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Logging Subsystem 5.8.3 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Logging Subsystem 5.8.3 - Red Hat OpenShift\n\nSecurity Fix(es):\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\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:0728",
"url": "https://access.redhat.com/errata/RHSA-2024:0728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "LOG-4822",
"url": "https://issues.redhat.com/browse/LOG-4822"
},
{
"category": "external",
"summary": "LOG-4893",
"url": "https://issues.redhat.com/browse/LOG-4893"
},
{
"category": "external",
"summary": "LOG-4962",
"url": "https://issues.redhat.com/browse/LOG-4962"
},
{
"category": "external",
"summary": "LOG-4963",
"url": "https://issues.redhat.com/browse/LOG-4963"
},
{
"category": "external",
"summary": "LOG-4969",
"url": "https://issues.redhat.com/browse/LOG-4969"
},
{
"category": "external",
"summary": "OU-319",
"url": "https://issues.redhat.com/browse/OU-319"
},
{
"category": "external",
"summary": "OU-320",
"url": "https://issues.redhat.com/browse/OU-320"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0728.json"
}
],
"title": "Red Hat Security Advisory: Logging Subsystem 5.8.3 - Red Hat OpenShift",
"tracking": {
"current_release_date": "2024-12-17T22:34:05+00:00",
"generator": {
"date": "2024-12-17T22:34:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0728",
"initial_release_date": "2024-02-08T17:27:13+00:00",
"revision_history": [
{
"date": "2024-02-08T17:27:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-08T17:27:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:34:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.8 for RHEL 9",
"product": {
"name": "RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.8::el9"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.8.3-18"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"product": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"product_id": "openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel9-operator\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel9\u0026tag=v1.0.0-463"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-204"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"product": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"product_id": "openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel9\u0026tag=v5.8.1-454"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"product_id": "openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel9\u0026tag=v6.8.1-394"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-217"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"product_id": "openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.28.1-52"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.8.3-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.8.3-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-453"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-196"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.8.3-18"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"product": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"product_id": "openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel9-operator\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"product_id": "openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel9\u0026tag=v1.0.0-463"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-204"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"product": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"product_id": "openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel9\u0026tag=v5.8.1-454"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"product": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"product_id": "openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel9\u0026tag=v6.8.1-394"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-217"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"product_id": "openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"product_id": "openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.28.1-52"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.8.3-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.8.3-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-453"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-196"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.8.3-18"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"product_id": "openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel9-operator\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"product_id": "openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel9\u0026tag=v1.0.0-463"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-204"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"product": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"product_id": "openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel9\u0026tag=v5.8.1-454"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"product_id": "openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel9\u0026tag=v6.8.1-394"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-217"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"product_id": "openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"product_id": "openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.28.1-52"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.8.3-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.8.3-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-453"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-196"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.8.3-18"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.8.3-36"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"product": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"product_id": "openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel9-operator\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"product": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.8.3-17"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel9\u0026tag=v1.0.0-463"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-204"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"product": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"product_id": "openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel9\u0026tag=v5.8.1-454"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"product_id": "openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel9\u0026tag=v6.8.1-394"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-217"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.8.3-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64",
"product_id": "openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.28.1-52"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.8.3-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.8.3-28"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.8.3-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-453"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-196"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64"
},
"product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64"
},
"product_reference": "openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64"
},
"product_reference": "openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x"
},
"product_reference": "openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x"
},
"product_reference": "openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x"
},
"product_reference": "openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64"
},
"product_reference": "openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64"
},
"product_reference": "openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le"
},
"product_reference": "openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"relates_to_product_reference": "9Base-RHOL-5.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64 as a component of RHOL 5.8 for RHEL 9",
"product_id": "9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64",
"relates_to_product_reference": "9Base-RHOL-5.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T17:27:13+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0728"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.8:openshift-logging/cluster-logging-operator-bundle@sha256:a864701d55e39b04803319d699244a5b3fffad80e821eca2fc2bc1ef220e91ac_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:0ad35ffc4f1ae0c7ed0db4c2eb2f7e0ac3479786fa80659afb9ca19d56a1ebc4_s390x",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:2ff48aff4001fcb582b405555348fc96e584b3b8cacd1514bcd7ca76fd9e720d_amd64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:714e670785f1af783a8530ab0fa5657924b4d4e11ac27b83cae9c18a03576bb2_arm64",
"9Base-RHOL-5.8:openshift-logging/cluster-logging-rhel9-operator@sha256:b8b97ab9a68104e6b5b39f92c49861569e0e81629b1511f99cd715e31b1261f7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-operator-bundle@sha256:61589304df4c201923648ec7669a1e56fcfa115f6de0026cafb68038e266249e_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:3e407f82c9ac4e3eaf6d53d9a1910ab1bdc274acefb08de067a03a149304e55a_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:60c1ef42055b5aac996223e93e45d6322f96ba561e50ddadd456f6e22c060f26_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:b9667e7e4bfb467ac628e042aec1606c153a2675ae0023db7c5a97494b0e978b_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-proxy-rhel9@sha256:cff2fbc124ffb82f97007ed11cb2ed579cdab269ae657988edd08b09ae151f4b_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:0761d9cd27ab367317c8d46ce78c8528b503a25426d84a84a6b1d591627c3627_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:49563e2447481af788afdcd63f2484b70246382da9e2ac8b8d98b72c3efcffb0_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:94f970194dfc9a0130a449182e1fb5a897abb254aa59358ff28ad62d18f96fa1_s390x",
"9Base-RHOL-5.8:openshift-logging/elasticsearch-rhel9-operator@sha256:b3b75cbf7ee72577dbf338ef1eab793642777a24465af8a18d2f524e04872a5b_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:2a8c691d5337c0a47ddcc88597106675457b9fb79667d4865d5b82b2eb2a46ea_arm64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:751b9b016625ffb3ec113b458a3eaf4b2fa5f0a01bb5c63d9e972ee16c974ca5_amd64",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:a89bf3d93e0a1f6c03c83eeadcaab4f47044feef4e08aa9f016d1a30048138d1_ppc64le",
"9Base-RHOL-5.8:openshift-logging/elasticsearch6-rhel9@sha256:dbb0621339a2fa62631b7d00c8555aa358c699e39d80b9bce035902e9992bc0d_s390x",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:18120633d00e546502cbd9063de1b2e391ee1b80c0f774cd960acf5f72563f38_amd64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:2b9430b4bc23c0c9290dcb9d8a8a4c1c20ba34ef2636977779a348c4aeee2dc7_ppc64le",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:995de53a8c1d6bdcb61b3281475503a2fa8fbad31ee9f991a4fb06d643ca7ae2_arm64",
"9Base-RHOL-5.8:openshift-logging/eventrouter-rhel9@sha256:e8e1a5c5d6a730da6cf76e178cfb89458c97e6a83d5c61d6d35593b5aaa38600_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:12c4dc0bec37fbe89f7ca2d8b0f71519ddd28b1abce3a26c35b81a21803eb465_arm64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:41de1d27dfb3e9833493ea965869a7adaf05a2f8d6e05523f445846a2ed9b3c8_s390x",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:4e3e28c9c1ebb9912ac05d44c09917d6a23e82696b835bb81cb3c874d4d94bd0_amd64",
"9Base-RHOL-5.8:openshift-logging/fluentd-rhel9@sha256:5ee0c39a1f5163e941fd6d94260cfa1b6c71d98777612240663749b629249c53_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:13b15e6259506ca5539c3d7ab28f9412144e7032069b367eb24bd9959178063c_ppc64le",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:7f81d334b3d4da0f5e08d7952d5caca5e30239b4d0bc9f9e6b8a6809b089f396_arm64",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:8ebb29ef8e70efca1fe458632e19a8378955a83f1ea26d27bce85327f25390fb_s390x",
"9Base-RHOL-5.8:openshift-logging/log-file-metric-exporter-rhel9@sha256:d12272ff82032feccfd2b114af83f4fc5411c6e439675a3a6d0a33d411954b21_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:0064096be4ccba836641857e5e36c3b58d7a89267d0e1ad4a53c25a30ff6ec96_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:245772226a6f0797403b45842fa5614e2d20027a89ee62f8ac4d246f3b1233f4_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:28d7346a1bc25bc4234815e74001dac8cefa1376b11b01bc76ad1422d71a688b_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-curator5-rhel9@sha256:6f9bf9f09e4575b5ed876c9a8fbd2f80d8456c7cc4391bc4db2dbe39f49aea19_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:082d2bbbb80b3e9281b05094df47340c5cf617701719b2526e43c85d9ef472e9_amd64",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:0f663993a719fd18a398a2969d52d86351b792c687ade97049ef5b92807576f6_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3cbb680304955f1304c025d1725b6a201094eb730840245daed203b1b8141822_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-loki-rhel9@sha256:3f18d7b09b9402f46406619e55423daf3c8d6bee68c6f016b8cc56a958a339c9_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:1826389e31c7917bd63d2f24ced9a506c111685aa400bd3111da871b504e34ac_arm64",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:43954682e12e93148070f9cf1059c1638b5218200938e14663768dbb6708d443_ppc64le",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:4f07e6114a90af7bf8eef3ec402d91a5909e6c9c661ef199838937845c5bc9ad_s390x",
"9Base-RHOL-5.8:openshift-logging/logging-view-plugin-rhel9@sha256:e478f247cba5edcac36d9c604d94aaa13fc865842eff44418c8cdc086ffcaead_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-operator-bundle@sha256:037a8f23a7ed165437fbf80b2531cfb73dc596c9a6e32d12eeca30ca343ebd4b_amd64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:0a5c61a3dcf70fa290673a0474dad0d888365493b4d94457502d13d837971dc6_ppc64le",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:58c0ab2a96e6bd0ce2b8ca590fac26347bdbcc425f877e2d94e3c99f76390951_s390x",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:b87a6fc6cc49ffa2003c9d9754dca6ffa0b87bc2c8169574895e4f0499129ed5_arm64",
"9Base-RHOL-5.8:openshift-logging/loki-rhel9-operator@sha256:cc5cf27d0c58ca050ab6cbd179759e742ba57d31f8b0d89c6f56725ac0cccca9_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:1b8cbf43139f182d6691d571e40d0507998dc044331b614d58665954dd44a1d7_s390x",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:42dc58c560c0c3845a118e2a7083db8edfbd08ec28999bcf38b8ff6971e5f3b9_ppc64le",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:669c108da2aca1af2d3a718ed69eb44d5e14951315e093a0f5063c97655647d1_amd64",
"9Base-RHOL-5.8:openshift-logging/lokistack-gateway-rhel9@sha256:89fd7c1d538a197b3eecbac783377bab1aff1bb52107127b109e5d027b77d986_arm64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:65d7f745aa4fd2d81040e98c4eba602e81fca80061ed44b9d8f1de7120f32896_ppc64le",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:761341aceff8bc29d4aecf62de7892399e83f105e664cfbd121aac8349d3e799_amd64",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:a23beb05c5e28da1ddf90629fdab008a139aa3b498ebcc792e70cd84eeb0addc_s390x",
"9Base-RHOL-5.8:openshift-logging/opa-openshift-rhel9@sha256:eb2a103fe58c1db72a817c04b00c95066dbef79f0174ec3f5aef3a37537b7a10_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:51cef510754c0c2d04c43a559649460f8d0f33a66f1c71e93bf8fe735b160925_ppc64le",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:7150dd5a2eab6938e2fa64ce1a0dff231cfa920c9673b78cbccc0f290336f378_arm64",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:90733ba48b750b16280fec31106c5f238f55124a17145d2cc6b75648e98457bd_s390x",
"9Base-RHOL-5.8:openshift-logging/vector-rhel9@sha256:de0071bd6853dd747150060aad8cca2cbe5129ececbca6dedfd163a07f947ab6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
}
]
}
RHSA-2024_0748
Vulnerability from csaf_redhat - Published: 2024-02-08 18:33 - Updated: 2024-12-17 22:32A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:4.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* runc: file descriptor leak (\"Leaky Vessels\") (CVE-2024-21626)\n\nA Red Hat Security Bulletin which addresses further details about the Leaky Vessels flaw is available in the References section.\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0748",
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHEL-15029",
"url": "https://issues.redhat.com/browse/RHEL-15029"
},
{
"category": "external",
"summary": "RHEL-17145",
"url": "https://issues.redhat.com/browse/RHEL-17145"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0748.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security update",
"tracking": {
"current_release_date": "2024-12-17T22:32:44+00:00",
"generator": {
"date": "2024-12-17T22:32:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0748",
"initial_release_date": "2024-02-08T18:33:53+00:00",
"revision_history": [
{
"date": "2024-02-08T18:33:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-08T18:33:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:32:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product": {
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product_id": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020240201111813:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product_id": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B21242%2B944321bb?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-26.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B21242%2B944321bb?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
"product_reference": "container-tools:4.0:8090020240201111813:d7b6f4b7",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64 as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src as a component of container-tools:4.0:8090020240201111813:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-45287",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-12-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45287"
},
{
"category": "external",
"summary": "RHBZ#2253193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2375",
"url": "https://pkg.go.dev/vuln/GO-2023-2375"
}
],
"release_date": "2023-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "No current mitigation is available for this vulnerability.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges."
},
{
"acknowledgments": [
{
"names": [
"The Snyk Reseacher Team"
]
}
],
"cve": "CVE-2024-21626",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-01-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2258725"
}
],
"notes": [
{
"category": "description",
"text": "A file descriptor leak issue was found in the runc package. While a user performs `O_CLOEXEC` all file descriptors before executing the container code, the file descriptor is open when performing `setcwd(2)`, which means that the reference can be kept alive in the container by configuring the working directory to be a path resolved through the file descriptor. The non-dumpable bit is unset after `execve`, meaning there are multiple ways to attack this other than bad configurations. The only way to defend against it entirely is to close all unneeded file descriptors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: file descriptor leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "These vulnerabilities not only enable malicious actors to escape containerized environments but also allow for full control over the underlying host system. With the widespread adoption of containerization technologies in both development and production environments, such exploits pose significant risks to data integrity, confidentiality, and system stability.\n\nOpenShift Container Platform ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack, and disabling SELinux on the Openshift container platform is not supported. Hence, the impact of the Openshift Container Platform is reduced to Moderate.\n\nFor multicluster-engine (MCE) vulnerable versions of buildkit and runc are part of installed version of oc. However, they are not affecting the higher-level assisted-installer binary in MCE. The presence of these dependencies in the container does not imply a security risk to the containerized application itself, as it is based on low-level packages included in the oc binary, and the impact to the container\u0027s core functionality is minimal.\n\nThis flaw doesn\u0027t affect the OpenShift Tools \u0026 Services as the affected code is only used for testing and is not exposed to the final user.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21626"
},
{
"category": "external",
"summary": "RHBZ#2258725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2258725"
},
{
"category": "external",
"summary": "RHSB-2024-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2024-001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21626"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv"
}
],
"release_date": "2024-01-31T20:01:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-08T18:33:53+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0748"
},
{
"category": "workaround",
"details": "Red Hat Enterprise Linux (RHEL) and OpenShift ships with SELinux in targeted enforcing mode, which prevents the container processes from accessing host content and mitigates this attack. Dockerfiles can be inspected on the \u0027RUN\u0027\u00a0and \u0027WORKDIR\u0027 directives to ensure that there are no escapes or malicious paths, which are an indication of compromise. Limiting access and only using trusted container images can help prevent unauthorized access and malicious attacks.",
"product_ids": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-debugsource-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-docker-2:4.0.2-26.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:podman-tests-2:4.0.2-26.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debuginfo-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:runc-debugsource-1:1.1.12-1.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+21242+944321bb.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020240201111813:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+21242+944321bb.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: file descriptor leak"
}
]
}
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.