Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-24537 (GCVE-0-2023-24537)
Vulnerability from cvelistv5 – Published: 2023-04-06 15:50 – Updated: 2025-02-13 16:44- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | go/scanner |
Affected:
0 , < 1.19.8
(semver)
Affected: 1.20.0-0 , < 1.20.3 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-11-29T12:04:35.562Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/59180"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/482078"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202311-09"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241129-0004/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-24537",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-12T17:00:19.402169Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190 Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-12T17:01:10.967Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "go/scanner",
"product": "go/scanner",
"programRoutines": [
{
"name": "Scanner.updateLineInfo"
},
{
"name": "Scanner.Scan"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.19.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.20.3",
"status": "affected",
"version": "1.20.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Philippe Antoine (Catena cyber)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-11-25T11:09:46.845Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/59180"
},
{
"url": "https://go.dev/cl/482078"
},
{
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"url": "https://security.gentoo.org/glsa/202311-09"
}
],
"title": "Infinite loop in parsing in go/scanner"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-24537",
"datePublished": "2023-04-06T15:50:49.556Z",
"dateReserved": "2023-01-25T21:19:20.642Z",
"dateUpdated": "2025-02-13T16:44:18.701Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-24537",
"date": "2026-05-07",
"epss": "0.00013",
"percentile": "0.02368"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-24537\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-04-06T16:15:07.753\",\"lastModified\":\"2025-02-12T17:15:13.973\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.\"}],\"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:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.19.8\",\"matchCriteriaId\":\"5932E25E-7F00-4D6E-AFF8-4C5797AE628B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.3\",\"matchCriteriaId\":\"66CADC8B-8F8A-493C-8819-852F0AE224AC\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/482078\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://go.dev/issue/59180\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1702\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/482078\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://go.dev/issue/59180\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1702\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241129-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/59180\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/482078\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1702\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241129-0004/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-11-29T12:04:35.562Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-24537\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-12T17:00:19.402169Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190 Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-12T17:01:04.826Z\"}}], \"cna\": {\"title\": \"Infinite loop in parsing in go/scanner\", \"credits\": [{\"lang\": \"en\", \"value\": \"Philippe Antoine (Catena cyber)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"go/scanner\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.19.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.20.0-0\", \"lessThan\": \"1.20.3\", \"versionType\": \"semver\"}], \"packageName\": \"go/scanner\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Scanner.updateLineInfo\"}, {\"name\": \"Scanner.Scan\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/59180\"}, {\"url\": \"https://go.dev/cl/482078\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1702\"}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-06-12T19:08:00.683Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-24537\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-12T17:01:10.967Z\", \"dateReserved\": \"2023-01-25T21:19:20.642Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2023-04-06T15:50:49.556Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2023:6474
Vulnerability from csaf_redhat - Published: 2023-11-07 08:52 - Updated: 2026-05-07 02:35A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:6474",
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index"
},
{
"category": "external",
"summary": "2173089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173089"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "2177611",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177611"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2180108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180108"
},
{
"category": "external",
"summary": "2182485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182485"
},
{
"category": "external",
"summary": "2182896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182896"
},
{
"category": "external",
"summary": "2183597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183597"
},
{
"category": "external",
"summary": "2183975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183975"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2187187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187187"
},
{
"category": "external",
"summary": "2188340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188340"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2223350",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223350"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2229644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229644"
},
{
"category": "external",
"summary": "2230212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230212"
},
{
"category": "external",
"summary": "2231975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231975"
},
{
"category": "external",
"summary": "2232308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232308"
},
{
"category": "external",
"summary": "2233222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233222"
},
{
"category": "external",
"summary": "RHEL-3132",
"url": "https://issues.redhat.com/browse/RHEL-3132"
},
{
"category": "external",
"summary": "RHEL-3133",
"url": "https://issues.redhat.com/browse/RHEL-3133"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6474.json"
}
],
"title": "Red Hat Security Advisory: podman security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-05-07T02:35:35+00:00",
"generator": {
"date": "2026-05-07T02:35:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2023:6474",
"initial_release_date": "2023-11-07T08:52:01+00:00",
"revision_history": [
{
"date": "2023-11-07T08:52:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:52:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-07T02:35:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.src",
"product": {
"name": "podman-2:4.6.1-5.el9.src",
"product_id": "podman-2:4.6.1-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-2:4.6.1-5.el9.aarch64",
"product_id": "podman-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product_id": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.aarch64",
"product_id": "podman-remote-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.aarch64",
"product_id": "podman-tests-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product_id": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-2:4.6.1-5.el9.x86_64",
"product_id": "podman-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product_id": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.x86_64",
"product_id": "podman-remote-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.x86_64",
"product_id": "podman-tests-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product_id": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-2:4.6.1-5.el9.s390x",
"product_id": "podman-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.s390x",
"product_id": "podman-plugins-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.s390x",
"product_id": "podman-remote-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.s390x",
"product_id": "podman-tests-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product_id": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.6.1-5.el9.noarch",
"product": {
"name": "podman-docker-2:4.6.1-5.el9.noarch",
"product_id": "podman-docker-2:4.6.1-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.6.1-5.el9?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src"
},
"product_reference": "podman-2:4.6.1-5.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.6.1-5.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch"
},
"product_reference": "podman-docker-2:4.6.1-5.el9.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-3978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Cross site scripting",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3978"
},
{
"category": "external",
"summary": "RHBZ#2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978"
},
{
"category": "external",
"summary": "https://go.dev/cl/514896",
"url": "https://go.dev/cl/514896"
},
{
"category": "external",
"summary": "https://go.dev/issue/61615",
"url": "https://go.dev/issue/61615"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1988",
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25173",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2023-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2174485"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containerd: Supplementary groups are not set up properly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25173"
},
{
"category": "external",
"summary": "RHBZ#2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a",
"url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.5.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.6.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p"
},
{
"category": "external",
"summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/",
"url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:4627
Vulnerability from csaf_redhat - Published: 2023-08-14 01:02 - Updated: 2026-05-07 02:35A flaw was found in Jackson Databind. This issue may allow a malicious user to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization.
A flaw was found in undertow. The undertow client is not checking the server identity the server certificate presents in HTTPS connections. This is a compulsory step ( that should at least be performed by default) in HTTPS and in http/2.
A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead read the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.
A flaw was found in codec-haproxy from the Netty project. This flaw allows an attacker to build a malformed crafted message and cause infinite recursion, causing stack exhaustion and leading to a denial of service (DoS).
A flaw was found in HtmlUnit. This issue may allow a malicious user to supply content to htmlUnit, which could cause a crash by stack overflow, leading to a Denial of Service (DoS).
A flaw was found in Zip4j. In this issue, it does not always check the MAC when decrypting a ZIP archive.
A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
A flaw was found in Gin-Gonic Gin. This flaw allows a remote attacker to bypass security restrictions caused by improper input validation. An attacker can perform cache poisoning attacks by sending a specially-crafted request using the X-Forwarded-Prefix header.
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
A flaw was found in the fast-XML-parser. The affected versions of fast-XML-parser are vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the Doctype Entities. By sending a specially crafted regex input, a remote attacker can cause a denial of service condition.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Migration Toolkit for Applications 6.2.0 release\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": "Migration Toolkit for Applications 6.2.0 Images\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode (CVE-2021-46877)\n\n* undertow: Server identity in https connection is not checked by the undertow client (CVE-2022-4492)\n\n* x/net/http2/h2c: request smuggling (CVE-2022-41721)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* dev-java/snakeyaml: DoS via stack overflow (CVE-2022-41854)\n\n* codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS (CVE-2022-41881)\n\n* htmlUnit: Stack overflow crash causes Denial of Service (DoS) (CVE-2023-2798)\n\n* zip4j: does not always check the MAC when decrypting a ZIP archive (CVE-2023-22899)\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang-github-gin-gonic-gin: Improper Input Validation (CVE-2023-26125)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* fast-xml-parser: Regex Injection via Doctype Entities (CVE-2023-34104)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4627",
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2151988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151988"
},
{
"category": "external",
"summary": "2153260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153260"
},
{
"category": "external",
"summary": "2153379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153379"
},
{
"category": "external",
"summary": "2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2185278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185278"
},
{
"category": "external",
"summary": "2185707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185707"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2203769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769"
},
{
"category": "external",
"summary": "2210366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210366"
},
{
"category": "external",
"summary": "2221261",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221261"
},
{
"category": "external",
"summary": "2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "MTA-1015",
"url": "https://issues.redhat.com/browse/MTA-1015"
},
{
"category": "external",
"summary": "MTA-1041",
"url": "https://issues.redhat.com/browse/MTA-1041"
},
{
"category": "external",
"summary": "MTA-194",
"url": "https://issues.redhat.com/browse/MTA-194"
},
{
"category": "external",
"summary": "MTA-24",
"url": "https://issues.redhat.com/browse/MTA-24"
},
{
"category": "external",
"summary": "MTA-27",
"url": "https://issues.redhat.com/browse/MTA-27"
},
{
"category": "external",
"summary": "MTA-464",
"url": "https://issues.redhat.com/browse/MTA-464"
},
{
"category": "external",
"summary": "MTA-465",
"url": "https://issues.redhat.com/browse/MTA-465"
},
{
"category": "external",
"summary": "MTA-468",
"url": "https://issues.redhat.com/browse/MTA-468"
},
{
"category": "external",
"summary": "MTA-469",
"url": "https://issues.redhat.com/browse/MTA-469"
},
{
"category": "external",
"summary": "MTA-470",
"url": "https://issues.redhat.com/browse/MTA-470"
},
{
"category": "external",
"summary": "MTA-472",
"url": "https://issues.redhat.com/browse/MTA-472"
},
{
"category": "external",
"summary": "MTA-474",
"url": "https://issues.redhat.com/browse/MTA-474"
},
{
"category": "external",
"summary": "MTA-476",
"url": "https://issues.redhat.com/browse/MTA-476"
},
{
"category": "external",
"summary": "MTA-477",
"url": "https://issues.redhat.com/browse/MTA-477"
},
{
"category": "external",
"summary": "MTA-478",
"url": "https://issues.redhat.com/browse/MTA-478"
},
{
"category": "external",
"summary": "MTA-479",
"url": "https://issues.redhat.com/browse/MTA-479"
},
{
"category": "external",
"summary": "MTA-480",
"url": "https://issues.redhat.com/browse/MTA-480"
},
{
"category": "external",
"summary": "MTA-481",
"url": "https://issues.redhat.com/browse/MTA-481"
},
{
"category": "external",
"summary": "MTA-483",
"url": "https://issues.redhat.com/browse/MTA-483"
},
{
"category": "external",
"summary": "MTA-484",
"url": "https://issues.redhat.com/browse/MTA-484"
},
{
"category": "external",
"summary": "MTA-485",
"url": "https://issues.redhat.com/browse/MTA-485"
},
{
"category": "external",
"summary": "MTA-500",
"url": "https://issues.redhat.com/browse/MTA-500"
},
{
"category": "external",
"summary": "MTA-582",
"url": "https://issues.redhat.com/browse/MTA-582"
},
{
"category": "external",
"summary": "MTA-590",
"url": "https://issues.redhat.com/browse/MTA-590"
},
{
"category": "external",
"summary": "MTA-643",
"url": "https://issues.redhat.com/browse/MTA-643"
},
{
"category": "external",
"summary": "MTA-647",
"url": "https://issues.redhat.com/browse/MTA-647"
},
{
"category": "external",
"summary": "MTA-651",
"url": "https://issues.redhat.com/browse/MTA-651"
},
{
"category": "external",
"summary": "MTA-658",
"url": "https://issues.redhat.com/browse/MTA-658"
},
{
"category": "external",
"summary": "MTA-659",
"url": "https://issues.redhat.com/browse/MTA-659"
},
{
"category": "external",
"summary": "MTA-674",
"url": "https://issues.redhat.com/browse/MTA-674"
},
{
"category": "external",
"summary": "MTA-678",
"url": "https://issues.redhat.com/browse/MTA-678"
},
{
"category": "external",
"summary": "MTA-680",
"url": "https://issues.redhat.com/browse/MTA-680"
},
{
"category": "external",
"summary": "MTA-681",
"url": "https://issues.redhat.com/browse/MTA-681"
},
{
"category": "external",
"summary": "MTA-682",
"url": "https://issues.redhat.com/browse/MTA-682"
},
{
"category": "external",
"summary": "MTA-695",
"url": "https://issues.redhat.com/browse/MTA-695"
},
{
"category": "external",
"summary": "MTA-698",
"url": "https://issues.redhat.com/browse/MTA-698"
},
{
"category": "external",
"summary": "MTA-699",
"url": "https://issues.redhat.com/browse/MTA-699"
},
{
"category": "external",
"summary": "MTA-706",
"url": "https://issues.redhat.com/browse/MTA-706"
},
{
"category": "external",
"summary": "MTA-717",
"url": "https://issues.redhat.com/browse/MTA-717"
},
{
"category": "external",
"summary": "MTA-739",
"url": "https://issues.redhat.com/browse/MTA-739"
},
{
"category": "external",
"summary": "MTA-741",
"url": "https://issues.redhat.com/browse/MTA-741"
},
{
"category": "external",
"summary": "MTA-747",
"url": "https://issues.redhat.com/browse/MTA-747"
},
{
"category": "external",
"summary": "MTA-750",
"url": "https://issues.redhat.com/browse/MTA-750"
},
{
"category": "external",
"summary": "MTA-753",
"url": "https://issues.redhat.com/browse/MTA-753"
},
{
"category": "external",
"summary": "MTA-761",
"url": "https://issues.redhat.com/browse/MTA-761"
},
{
"category": "external",
"summary": "MTA-764",
"url": "https://issues.redhat.com/browse/MTA-764"
},
{
"category": "external",
"summary": "MTA-765",
"url": "https://issues.redhat.com/browse/MTA-765"
},
{
"category": "external",
"summary": "MTA-766",
"url": "https://issues.redhat.com/browse/MTA-766"
},
{
"category": "external",
"summary": "MTA-772",
"url": "https://issues.redhat.com/browse/MTA-772"
},
{
"category": "external",
"summary": "MTA-773",
"url": "https://issues.redhat.com/browse/MTA-773"
},
{
"category": "external",
"summary": "MTA-778",
"url": "https://issues.redhat.com/browse/MTA-778"
},
{
"category": "external",
"summary": "MTA-802",
"url": "https://issues.redhat.com/browse/MTA-802"
},
{
"category": "external",
"summary": "MTA-807",
"url": "https://issues.redhat.com/browse/MTA-807"
},
{
"category": "external",
"summary": "MTA-808",
"url": "https://issues.redhat.com/browse/MTA-808"
},
{
"category": "external",
"summary": "MTA-809",
"url": "https://issues.redhat.com/browse/MTA-809"
},
{
"category": "external",
"summary": "MTA-811",
"url": "https://issues.redhat.com/browse/MTA-811"
},
{
"category": "external",
"summary": "MTA-814",
"url": "https://issues.redhat.com/browse/MTA-814"
},
{
"category": "external",
"summary": "MTA-815",
"url": "https://issues.redhat.com/browse/MTA-815"
},
{
"category": "external",
"summary": "MTA-826",
"url": "https://issues.redhat.com/browse/MTA-826"
},
{
"category": "external",
"summary": "MTA-845",
"url": "https://issues.redhat.com/browse/MTA-845"
},
{
"category": "external",
"summary": "MTA-863",
"url": "https://issues.redhat.com/browse/MTA-863"
},
{
"category": "external",
"summary": "MTA-870",
"url": "https://issues.redhat.com/browse/MTA-870"
},
{
"category": "external",
"summary": "MTA-872",
"url": "https://issues.redhat.com/browse/MTA-872"
},
{
"category": "external",
"summary": "MTA-873",
"url": "https://issues.redhat.com/browse/MTA-873"
},
{
"category": "external",
"summary": "MTA-877",
"url": "https://issues.redhat.com/browse/MTA-877"
},
{
"category": "external",
"summary": "MTA-881",
"url": "https://issues.redhat.com/browse/MTA-881"
},
{
"category": "external",
"summary": "MTA-894",
"url": "https://issues.redhat.com/browse/MTA-894"
},
{
"category": "external",
"summary": "MTA-895",
"url": "https://issues.redhat.com/browse/MTA-895"
},
{
"category": "external",
"summary": "MTA-898",
"url": "https://issues.redhat.com/browse/MTA-898"
},
{
"category": "external",
"summary": "MTA-906",
"url": "https://issues.redhat.com/browse/MTA-906"
},
{
"category": "external",
"summary": "MTA-908",
"url": "https://issues.redhat.com/browse/MTA-908"
},
{
"category": "external",
"summary": "MTA-909",
"url": "https://issues.redhat.com/browse/MTA-909"
},
{
"category": "external",
"summary": "MTA-912",
"url": "https://issues.redhat.com/browse/MTA-912"
},
{
"category": "external",
"summary": "MTA-916",
"url": "https://issues.redhat.com/browse/MTA-916"
},
{
"category": "external",
"summary": "MTA-923",
"url": "https://issues.redhat.com/browse/MTA-923"
},
{
"category": "external",
"summary": "MTA-937",
"url": "https://issues.redhat.com/browse/MTA-937"
},
{
"category": "external",
"summary": "MTA-943",
"url": "https://issues.redhat.com/browse/MTA-943"
},
{
"category": "external",
"summary": "MTA-973",
"url": "https://issues.redhat.com/browse/MTA-973"
},
{
"category": "external",
"summary": "MTA-974",
"url": "https://issues.redhat.com/browse/MTA-974"
},
{
"category": "external",
"summary": "MTA-984",
"url": "https://issues.redhat.com/browse/MTA-984"
},
{
"category": "external",
"summary": "MTA-985",
"url": "https://issues.redhat.com/browse/MTA-985"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4627.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update",
"tracking": {
"current_release_date": "2026-05-07T02:35:06+00:00",
"generator": {
"date": "2026-05-07T02:35:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2023:4627",
"initial_release_date": "2023-08-14T01:02:25+00:00",
"revision_history": [
{
"date": "2023-08-14T01:02:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-14T01:02:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-07T02:35:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 6.2 for RHEL 8",
"product": {
"name": "MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 6.2 for RHEL 8",
"product": {
"name": "MTA 6.2 for RHEL 8",
"product_id": "8Base-MTA-6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=6.2.0-16"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"product_id": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=6.2.0-29"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=6.2.0-12"
}
}
},
{
"category": "product_version",
"name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"product": {
"name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"product_id": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-pathfinder-rhel9\u0026tag=6.2.0-5"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=6.2.0-17"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64",
"product": {
"name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64",
"product_id": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-addon-rhel9\u0026tag=6.2.0-11"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"relates_to_product_reference": "8Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64"
},
"product_reference": "mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
},
"product_reference": "mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-46877",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2185707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jackson Databind. This issue may allow a malicious user to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-46877"
},
{
"category": "external",
"summary": "RHBZ#2185707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-46877",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46877"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-46877",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-46877"
}
],
"release_date": "2023-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode"
},
{
"cve": "CVE-2022-4492",
"cwe": {
"id": "CWE-550",
"name": "Server-generated Error Message Containing Sensitive Information"
},
"discovery_date": "2022-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153260"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undertow. The undertow client is not checking the server identity the server certificate presents in HTTPS connections. This is a compulsory step ( that should at least be performed by default) in HTTPS and in http/2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undertow: Server identity in https connection is not checked by the undertow client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4492"
},
{
"category": "external",
"summary": "RHBZ#2153260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153260"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4492"
}
],
"release_date": "2022-12-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undertow: Server identity in https connection is not checked by the undertow client"
},
{
"cve": "CVE-2022-41721",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162182"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead read the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "x/net/http2/h2c: request smuggling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This moderate severity flaw was found in golang.org/x/net/http2/h2c when using MaxBytesHandler. If the handler does not fully read the body of an HTTP request, the server may interpret the remaining request body as HTTP/2 frames. An attacker can craft this body to include arbitrary HTTP/2 frames, enabling request smuggling. This can cause denial of service (DoS) by crashing or disrupting the server\u2019s HTTP/2 handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41721"
},
{
"category": "external",
"summary": "RHBZ#2162182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41721"
},
{
"category": "external",
"summary": "https://go.dev/cl/447396",
"url": "https://go.dev/cl/447396"
},
{
"category": "external",
"summary": "https://go.dev/issue/56352",
"url": "https://go.dev/issue/56352"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1495",
"url": "https://pkg.go.dev/vuln/GO-2023-1495"
}
],
"release_date": "2023-01-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "x/net/http2/h2c: request smuggling"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2022-41854",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-12-08T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2151988"
}
],
"notes": [
{
"category": "description",
"text": "Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dev-java/snakeyaml: DoS via stack overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41854"
},
{
"category": "external",
"summary": "RHBZ#2151988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151988"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41854",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41854"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/543/stackoverflow-oss-fuzz-50355",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/543/stackoverflow-oss-fuzz-50355"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50355",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50355"
}
],
"release_date": "2022-11-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dev-java/snakeyaml: DoS via stack overflow"
},
{
"cve": "CVE-2022-41881",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2022-12-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in codec-haproxy from the Netty project. This flaw allows an attacker to build a malformed crafted message and cause infinite recursion, causing stack exhaustion and leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41881"
},
{
"category": "external",
"summary": "RHBZ#2153379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41881"
}
],
"release_date": "2022-12-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "codec-haproxy: HAProxyMessageDecoder Stack Exhaustion DoS"
},
{
"cve": "CVE-2023-2798",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-05-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2210366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HtmlUnit. This issue may allow a malicious user to supply content to htmlUnit, which could cause a crash by stack overflow, leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "htmlUnit: Stack overflow crash causes Denial of Service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2798"
},
{
"category": "external",
"summary": "RHBZ#2210366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2798"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2798",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2798"
}
],
"release_date": "2023-05-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "htmlUnit: Stack overflow crash causes Denial of Service (DoS)"
},
{
"cve": "CVE-2023-22899",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2023-01-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2185278"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Zip4j. In this issue, it does not always check the MAC when decrypting a ZIP archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "zip4j: does not always check the MAC when decrypting a ZIP archive",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-22899"
},
{
"category": "external",
"summary": "RHBZ#2185278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-22899",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22899"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22899",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22899"
}
],
"release_date": "2023-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"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-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "zip4j: does not always check the MAC when decrypting a ZIP archive"
},
{
"cve": "CVE-2023-24532",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223355"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24532"
},
{
"category": "external",
"summary": "RHBZ#2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532"
},
{
"category": "external",
"summary": "https://go.dev/cl/471255",
"url": "https://go.dev/cl/471255"
},
{
"category": "external",
"summary": "https://go.dev/issue/58647",
"url": "https://go.dev/issue/58647"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY",
"url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1621",
"url": "https://pkg.go.dev/vuln/GO-2023-1621"
}
],
"release_date": "2023-03-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-26125",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-05-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2203769"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Gin-Gonic Gin. This flaw allows a remote attacker to bypass security restrictions caused by improper input validation. An attacker can perform cache poisoning attacks by sending a specially-crafted request using the X-Forwarded-Prefix header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-github-gin-gonic-gin: Improper Input Validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26125"
},
{
"category": "external",
"summary": "RHBZ#2203769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203769"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26125"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26125",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26125"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2023-2454/",
"url": "https://www.postgresql.org/support/security/CVE-2023-2454/"
}
],
"release_date": "2023-05-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-github-gin-gonic-gin: Improper Input Validation"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-34104",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2023-06-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2221261"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the fast-XML-parser. The affected versions of fast-XML-parser are vulnerable to a denial of service caused by a regular expression denial of service (ReDoS) flaw in the Doctype Entities. By sending a specially crafted regex input, a remote attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: Regex Injection via Doctype Entities",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
],
"known_not_affected": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-34104"
},
{
"category": "external",
"summary": "RHBZ#2221261",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221261"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-34104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-34104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34104"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/39b0e050bb909e8499478657f84a3076e39ce76c",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/39b0e050bb909e8499478657f84a3076e39ce76c"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-6w63-h3fj-q4vw",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-6w63-h3fj-q4vw"
}
],
"release_date": "2023-06-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-14T01:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:c33386019c431eaeac3559226353b5a50cd54c03a2975bde02f6a66427fca893_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:5cc1613cb869bab75faa5ea2798ab5f34238192b397d3c942789b4242a8a815a_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:3165133f54da89d0e2b897a8069db7d17a4d956b712f84eb320c083506c24469_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:8cbce6bd4bc17d78e532477bbb4d8c6d02a5f0d0a823b6a9f20c072ff66fdb26_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:d393b1ae0968bd8710a8e58c0e74d293c58b804fb5e6cbb9434520c888a80587_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:5a6e25695fbf883d6c02cd8b933a2a482e3e18ec70e86be0db576a107ff65a84_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: Regex Injection via Doctype Entities"
}
]
}
RHSA-2023:4093
Vulnerability from csaf_redhat - Published: 2023-07-20 17:32 - Updated: 2026-04-29 18:11An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions "update, patch" the "pods/ephemeralcontainers" subresource beyond what the default is. They would then need to create a new pod or patch one that they already have access to. This might allow evasion of SCC admission restrictions, thereby gaining control of a privileged pod.
A compliance problem was found in the Red Hat OpenShift Container Platform. Red Hat discovered that, when FIPS mode was enabled, not all of the cryptographic modules in use were FIPS-validated.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.5 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.5. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:4091\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\n\n* kube-apiserver: PrivEsc (CVE-2023-1260)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4093",
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"url": "https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "2176267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2212085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4093.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.5 security update",
"tracking": {
"current_release_date": "2026-04-29T18:11:27+00:00",
"generator": {
"date": "2026-04-29T18:11:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2023:4093",
"initial_release_date": "2023-07-20T17:32:23+00:00",
"revision_history": [
{
"date": "2023-07-20T17:32:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-07-20T17:32:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:11:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"product": {
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"product_id": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.215.0-1.rhaos4.13.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"product": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"product": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"product": {
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"product_id": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"product_id": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230706125653.c8f8157.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"product": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.23.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.23.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.23.1.rt14.308.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.src",
"product": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.src",
"product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-13.el9fdp.src",
"product": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.src",
"product_id": "ovn23.06-0:23.06.0-13.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"product": {
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"product_id": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.215.0-1.rhaos4.13.el8?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202306230038.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.13.0-202306281017.p0.g5baee73.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"product": {
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_id": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_id": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@21.3.1-0.20230706125653.c8f8157.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.23.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.23.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202306230038.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"product": {
"name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"product_id": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-test@3.1.0-32.el9fdp?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.23.1.rt14.308.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-8.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-8.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-8.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git78941bf.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_id": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@2.2.12-1.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_id": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-11.rhaos4.13.git78941bf.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.23.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202307132344.p0.gf245ced.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product_id": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"product_id": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-devel@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"product_id": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-ipsec@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product_id": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"product_id": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debugsource@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product_id": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product_id": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch3.1-debuginfo@3.1.0-32.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debugsource@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-central-debuginfo@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-debuginfo@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-host-debuginfo@23.06.0-13.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_id": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn23.06-vtep-debuginfo@23.06.0-13.el9fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch"
},
"product_reference": "container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src"
},
"product_reference": "container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src"
},
"product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src"
},
"product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64"
},
"product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le"
},
"product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x"
},
"product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64"
},
"product_reference": "nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch"
},
"product_reference": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src"
},
"product_reference": "openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src"
},
"product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.23.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src"
},
"product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch"
},
"product_reference": "openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src"
},
"product_reference": "ovn23.06-0:23.06.0-13.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64"
},
"product_reference": "ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64"
},
"product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le"
},
"product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x"
},
"product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64"
},
"product_reference": "python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.23.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.23.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Xingxing Xia"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2023-1260",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176267"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions \"update, patch\" the \"pods/ephemeralcontainers\" subresource beyond what the default is. They would then need to create a new pod or patch one that they already have access to. This might allow evasion of SCC admission restrictions, thereby gaining control of a privileged pod.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: PrivEsc",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1260"
},
{
"category": "external",
"summary": "RHBZ#2176267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1260",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-92hx-3mh6-hc49",
"url": "https://github.com/advisories/GHSA-92hx-3mh6-hc49"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kube-apiserver: PrivEsc"
},
{
"acknowledgments": [
{
"names": [
"David Benoit"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2023-3089",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-06-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2212085"
}
],
"notes": [
{
"category": "description",
"text": "A compliance problem was found in the Red Hat OpenShift Container Platform. Red Hat discovered that, when FIPS mode was enabled, not all of the cryptographic modules in use were FIPS-validated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift: OCP \u0026 FIPS mode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001\n\nThe static scanning tool (to verify your system is once again compliant with FIPS) is available here https://github.com/openshift/check-payload",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3089"
},
{
"category": "external",
"summary": "RHBZ#2212085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085"
},
{
"category": "external",
"summary": "RHSB-2023-001",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3089",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3089"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3089"
}
],
"release_date": "2023-07-05T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"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 packages as soon as possible.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift: OCP \u0026 FIPS mode"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-20T17:32:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:container-selinux-3:2.215.0-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-8.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git78941bf.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:nmstate-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-debugsource-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-devel-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:nmstate-libs-debuginfo-0:2.2.12-1.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift4-aws-iso-0:4.13.0-202306230038.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202306281017.p0.g5baee73.assembly.stream.el8.noarch",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-11.rhaos4.13.git78941bf.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.23.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.23.1.rt14.308.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202306230038.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202306230038.p0.ge4c9a6a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202307132344.p0.gf245ced.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.src",
"9Base-RHOSE-4.13:openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-debugsource-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-devel-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:openvswitch3.1-ipsec-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:openvswitch3.1-test-0:3.1.0-32.el9fdp.noarch",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.src",
"9Base-RHOSE-4.13:ovn23.06-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-central-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-debugsource-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-host-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.aarch64",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.ppc64le",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.s390x",
"9Base-RHOSE-4.13:ovn23.06-vtep-debuginfo-0:23.06.0-13.el9fdp.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.aarch64",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.ppc64le",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.s390x",
"9Base-RHOSE-4.13:python3-openvswitch3.1-debuginfo-0:3.1.0-32.el9fdp.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.23.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230706125653.c8f8157.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230706125653.c8f8157.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230706125653.c8f8157.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3624
Vulnerability from csaf_redhat - Published: 2023-06-15 09:48 - Updated: 2026-04-29 18:11A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The Migration Toolkit for Containers (MTC) 1.7.10 is now available.\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 Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:3624",
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2204461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2204461"
},
{
"category": "external",
"summary": "2210565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210565"
},
{
"category": "external",
"summary": "2212528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212528"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3624.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.10 security and bug fix update",
"tracking": {
"current_release_date": "2026-04-29T18:11:26+00:00",
"generator": {
"date": "2026-04-29T18:11:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2023:3624",
"initial_release_date": "2023-06-15T09:48:09+00:00",
"revision_history": [
{
"date": "2023-06-15T09:48:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-15T09:48:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:11:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-RHMTC-1.7",
"product": {
"name": "8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhmt:1.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Migration Toolkit"
},
{
"branches": [
{
"category": "product_version",
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.10-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.10-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.10-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.10-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.10-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.10-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T09:48:09+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T09:48:09+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T09:48:09+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T09:48:09+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T09:48:09+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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:fdd27f3cb68a541b704fa014e7ea564583307743a4d31032cad01268dddf55bc_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:9fea1718dc2fe0dd2735750df6d16921086e2593da3c8de2272584f1b976c6ee_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ea7911f8d680f1a827fdd29fc67c5b5d0d5f420fd09baa930809ef4fa38ae6ab_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d768e09a2ab2d6906d63612488d32180d1c6270804c0bcc9fa6f89bbd7f04193_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:fdf17820034efd0f7f76274798518bcea6c9483c8de8804f5a56b651ef77e717_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:edfff81bc56194aea84e3b80fa550b439c266df3fc81c58c111e5972b670f7ae_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:20d278777ec6758913a21946f57ea207fd924f84085f6bf9ea51cd94eaae24ca_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:3200f7f9624ad8aee46d0e3ebf6c04464b277cac4da67075863c2f4f0b33aaff_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:41c5da49059d19beb97ec9d9fd4542120af73d488ffdc1d611c9774bf1f7c79a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:b172c46f467a7813bed75b04dd82c24be0092e1ea2c74a45a8f82ce895876e81_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:926a4c07b2a4223264fa1455f3f056d94a9dc52885713978ff8586e8caa2eff5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:6097ccca550816d040055dd4878d17cc0996d47a436f06296fe5d26c5862e1f5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:1b4eb48d9aa6b63cd6409fa5b77eb769a2ed4bc257a4058d1a07a66ea95039a5_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:9ef09a93b6910806b2952b9d50c5a61ae6f2c7284c439f61bf303d2e893c8c22_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:6da71292aa6f83b0c6cc113c6c05b2224ba2b3f90de62d69843cf6399558551e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:346fa63bcbdc03896e91b2ee3318e062b4deb7fe9183135c7841d0da69c3690c_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:916d5fd70f5eb58931927d44e05e2287ce85f04ac3bdefde78b6522214a0286e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
}
]
}
RHSA-2023:4657
Vulnerability from csaf_redhat - Published: 2023-08-23 00:17 - Updated: 2026-04-29 18:11A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.1.2\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": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.2\n\nSecurity Fix(es):\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:4657",
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "WRKLDS-793",
"url": "https://issues.redhat.com/browse/WRKLDS-793"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4657.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.1.2 security update",
"tracking": {
"current_release_date": "2026-04-29T18:11:28+00:00",
"generator": {
"date": "2026-04-29T18:11:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2023:4657",
"initial_release_date": "2023-08-23T00:17:54+00:00",
"revision_history": [
{
"date": "2023-08-23T00:17:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-23T00:17:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:11:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.1 for RHEL 8",
"product": {
"name": "OSSO 1.1 for RHEL 8",
"product_id": "8Base-OSSO-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.1::el8"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.1-30"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8\u0026tag=v1.1-30"
}
}
}
],
"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:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64 as a component of OSSO 1.1 for RHEL 8",
"product_id": "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"relates_to_product_reference": "8Base-OSSO-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64 as a component of OSSO 1.1 for RHEL 8",
"product_id": "8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64",
"relates_to_product_reference": "8Base-OSSO-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24532",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223355"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results",
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24532"
},
{
"category": "external",
"summary": "RHBZ#2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532"
},
{
"category": "external",
"summary": "https://go.dev/cl/471255",
"url": "https://go.dev/cl/471255"
},
{
"category": "external",
"summary": "https://go.dev/issue/58647",
"url": "https://go.dev/issue/58647"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY",
"url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1621",
"url": "https://pkg.go.dev/vuln/GO-2023-1621"
}
],
"release_date": "2023-03-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-23T00:17:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:daea4461ca6a1903f2e2a1470df8fdfe413106e84e0b36789e0fb0e2bbdba333_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:5804495067018a355d02f88d2324a43567f0ca2869d02dedbf47973ed6ffeeb3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:5964
Vulnerability from csaf_redhat - Published: 2023-10-20 14:54 - Updated: 2026-05-07 02:35A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
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.
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
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for collectd-libpod-stats is now available for Red Hat OpenStack\nPlatform 16.2.5 (Train).\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": "Collectd plugin for gathering resource usage statistics from containers\ncreated with the libpod library.\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: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:5964",
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5964.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.5 (collectd-libpod-stats) security update",
"tracking": {
"current_release_date": "2026-05-07T02:35:26+00:00",
"generator": {
"date": "2026-05-07T02:35:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2023:5964",
"initial_release_date": "2023-10-20T14:54:29+00:00",
"revision_history": [
{
"date": "2023-10-20T14:54:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-20T14:54:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-07T02:35:26+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": "collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"product": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64",
"product": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64",
"product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"product": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"product_id": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-libpod-stats@1.0.4-5.el8ost?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le"
},
"product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src"
},
"product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
},
"product_reference": "collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
}
],
"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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
}
],
"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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
}
],
"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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.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.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.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.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"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": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"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": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.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.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"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-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": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
},
"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": "2023-10-20T14:54:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"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": [
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.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.2:collectd-libpod-stats-0:1.0.4-5.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.src",
"8Base-RHOS-16.2:collectd-libpod-stats-0:1.0.4-5.el8ost.x86_64"
]
}
],
"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)"
}
]
}
RHSA-2023:3612
Vulnerability from csaf_redhat - Published: 2023-06-23 04:43 - Updated: 2026-05-07 02:37A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.4 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.4. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3614\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace\n(CVE-2023-24540)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2\nrequests (CVE-2022-41717)\n\n* golang: crypto/tls: large handshake records may cause panics\n(CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive\nresource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory\nallocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from\nexcessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters\n(CVE-2023-24538)\n\n* runc: volume mount race condition (regression of CVE 2019-19921)\n(CVE-2023-27561)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:3612",
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
},
{
"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/articles/11258",
"url": "https://access.redhat.com/articles/11258"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3612.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.4 packages and security update",
"tracking": {
"current_release_date": "2026-05-07T02:37:52+00:00",
"generator": {
"date": "2026-05-07T02:37:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2023:3612",
"initial_release_date": "2023-06-23T04:43:23+00:00",
"revision_history": [
{
"date": "2023-06-23T04:43:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-23T04:43:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-07T02:37:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"product": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"product": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.18.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.18.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.18.1.rt14.303.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"product": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"product": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.src",
"product": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.src",
"product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.src",
"product": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.src",
"product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"product": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.rhaos4.13.el8.src",
"product": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.src",
"product_id": "podman-3:4.4.1-4.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.6-4.rhaos4.13.el8.src",
"product": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.src",
"product_id": "runc-4:1.1.6-4.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"product": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.18.1.rt14.303.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_id": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_id": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_id": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_id": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_id": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_id": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-10.rhaos4.13.git994242a.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.18.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-5.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-2.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"product": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_id": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_id": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_id": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-2.rhaos4.13.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"product": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_id": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_id": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-2.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git994242a.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202306072143.p0.g7d22122.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.rhaos4.13.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"product": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_id": "runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_id": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_id": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.13.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"product": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"product_id": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-2.rhaos4.13.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"product_id": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-2.rhaos4.13.el8?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.18.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.18.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"product_id": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-5.1.rhaos4.13.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"product": {
"name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"product_id": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-4.rhaos4.13.el8?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64"
},
"product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x"
},
"product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src"
},
"product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64"
},
"product_reference": "buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64"
},
"product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x"
},
"product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src"
},
"product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64"
},
"product_reference": "conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src"
},
"product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src"
},
"product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch"
},
"product_reference": "podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x"
},
"product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64"
},
"product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x"
},
"product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src"
},
"product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64"
},
"product_reference": "runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64"
},
"product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x"
},
"product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src"
},
"product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64"
},
"product_reference": "skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src"
},
"product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src"
},
"product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.18.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src"
},
"product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.18.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.18.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src"
},
"product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2161274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.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-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.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-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"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": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2175721"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: volume mount race condition (regression of CVE-2019-19921)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-27561"
},
{
"category": "external",
"summary": "RHBZ#2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27561"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561"
},
{
"category": "external",
"summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9",
"url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334",
"url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/3751",
"url": "https://github.com/opencontainers/runc/issues/3751"
}
],
"release_date": "2023-02-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-23T04:43:23+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:buildah-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:conmon-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:containernetworking-plugins-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git994242a.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:podman-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-catatonit-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-docker-3:4.4.1-4.rhaos4.13.el8.noarch",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:podman-tests-3:4.4.1-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:runc-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debuginfo-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:runc-debugsource-4:1.1.6-4.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.src",
"8Base-RHOSE-4.13:skopeo-2:1.11.2-2.rhaos4.13.el8.x86_64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.aarch64",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.ppc64le",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.s390x",
"8Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.rhaos4.13.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-10.rhaos4.13.git994242a.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.18.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.18.1.rt14.303.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202306072143.p0.g7d22122.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-5.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-5.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.18.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-2.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-2.1.rhaos4.13.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
}
]
}
RHSA-2023:6939
Vulnerability from csaf_redhat - Published: 2023-11-14 16:03 - Updated: 2026-05-07 02:35A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.
A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.
A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.
A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* runc: Rootless runc makes `/sys/fs/cgroup` writable (CVE-2023-25809)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration (CVE-2023-28642)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:6939",
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index"
},
{
"category": "external",
"summary": "2066138",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066138"
},
{
"category": "external",
"summary": "2144541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144541"
},
{
"category": "external",
"summary": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165744"
},
{
"category": "external",
"summary": "2166195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166195"
},
{
"category": "external",
"summary": "2173082",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173082"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "2175794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175794"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2179449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179449"
},
{
"category": "external",
"summary": "2179465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179465"
},
{
"category": "external",
"summary": "2180104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180104"
},
{
"category": "external",
"summary": "2180118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180118"
},
{
"category": "external",
"summary": "2181521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181521"
},
{
"category": "external",
"summary": "2182052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182052"
},
{
"category": "external",
"summary": "2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "2182894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182894"
},
{
"category": "external",
"summary": "2183041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183041"
},
{
"category": "external",
"summary": "2183596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183596"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2188524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188524"
},
{
"category": "external",
"summary": "2189578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189578"
},
{
"category": "external",
"summary": "2192977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192977"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2216700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216700"
},
{
"category": "external",
"summary": "2218315",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218315"
},
{
"category": "external",
"summary": "2220931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220931"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2229746",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229746"
},
{
"category": "external",
"summary": "2232127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232127"
},
{
"category": "external",
"summary": "2233218",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233218"
},
{
"category": "external",
"summary": "RHEL-3126",
"url": "https://issues.redhat.com/browse/RHEL-3126"
},
{
"category": "external",
"summary": "RHEL-3149",
"url": "https://issues.redhat.com/browse/RHEL-3149"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6939.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-07T02:35:40+00:00",
"generator": {
"date": "2026-05-07T02:35:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2023:6939",
"initial_release_date": "2023-11-14T16:03:32+00:00",
"revision_history": [
{
"date": "2023-11-14T16:03:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T16:03:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-07T02:35:40+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.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3064",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-01-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2163037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RHC package for Red Hat Enterprise Linux 9 mark as Low severity as we do ship the affected code but it\u0027s not easily exposed because YAML files are not parsed by RHC.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3064"
},
{
"category": "external",
"summary": "RHBZ#2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r",
"url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5",
"url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4",
"url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0956",
"url": "https://pkg.go.dev/vuln/GO-2022-0956"
}
],
"release_date": "2022-08-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-